home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 5
/
Aminet 5 - March 1995.iso
/
Aminet
/
mus
/
edit
/
AlgoRhythms.lha
/
AlgoRhythms
/
Source
/
audio.h
< prev
next >
Wrap
C/C++ Source or Header
|
1994-01-15
|
517b
|
22 lines
#ifndef AUDIO_LOADED
#define AUDIO_LOADED 1
#define C_NO_CHAN (4)
#include <stdio.h>
extern void play_audio_note(NOTE_EVENT_TYPE *play_event);
extern void init_audio(void);
extern void de_init_audio(void);
extern int read_8svx(char *path_str, const int chair);
#ifndef CLI
extern void open_orch_window(void);
extern void close_orch(void);
extern void set_orch_gadgets(int chair, char *instrument_name);
extern void fprint_orch(FILE *);
#endif
extern int process_audio_events(void);
extern ULONG orch_mask;
#endif